All Questions
3 questions
-1votes
2answers
355views
Correct place to store semi dynamic data
What I mean by semi dynamic data are data that are expected to be changed only with product versions. Now imagine this scenario, In version 1 of the product, I have item status : SUCCESS , FAIL In ...
-3votes
1answer
355views
I'm trying to create a file with all possible outcomes of tic tac toe and store it using java. How do i do it?
I'm trying to store more than 512 combinations of a game somewhere locally on my hard drive as a single file permanently unlike the temorary nature of arrays. If I store it in a text file like I ...
0votes
0answers
25views
One Enum vs Multiple Enums [duplicate]
I am developing an application where a user submits a mission and other users accept the mission. Pretty simple. I want to keep a track of the mission progress status and store it into a database. ...